home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / disk / cdrom / qrzcd07.lha / qrzcd07.doc < prev    next >
Text File  |  1997-04-28  |  4KB  |  87 lines

  1.  
  2.   QRZCD is an Amiga program to search the QRZ Ham Radio CD-ROM datafiles.
  3. The QRZ! Ham Radio CDROM is distributed by Walnut Creek CDROM,
  4. Walnut Creek, CA 94596 USA.  I see that the list price of the CDROM
  5. is $29.95, but I have paid as little as $12 for the disk at hamfests.
  6.   
  7.   This text file goes with QRZCD version 0.7, 28 April 1997.
  8.   
  9.   QRZCD, written by Robert Davis, K0FPC, is copyrighted but you may give
  10. copies of the program to anyone, provided you include this text file and
  11. include the QRZ_.CFG file.
  12.  
  13.   In the same directory as the QRZCD program, you should have a file named
  14. QRZ_.CFG, which is a text file.  One line of that file must contain the 
  15. volume name of the particular QRZ Ham Radio CD-ROM on your system.
  16.   On my system, that line reads:
  17.                                  QRZ8_1296
  18.                                  
  19. because that is the edition of the QRZ Ham Radio CD-ROM which I purchased
  20. most recently.  Lines of text beginning with a semicolon in that file
  21. are ignored by the QRZCD program.
  22.  
  23.   Previous versions of this program were compiled with the GNU C compiler,
  24. but I've had big problems with that compiler, so this version is 
  25. compiled with Matt Dillon's DICE C Compiler, version 3.2.
  26.  
  27.   The program is not Amiga-ized.  It runs from the shell but I do include
  28. an icon allowing you to click and run QRZCD using the program ICONX,
  29. which really ought to be in your sys:c/ directory.  QRZCD does
  30. not use any pull-down menues or the mouse at..  It should work with
  31. any BBS program which allows shell programs.
  32.  
  33.   I have tested QRZCD, but I expect others to find problems and 
  34. inconsistencies which I have not located.  There will certainly
  35. still be bugs in this version of the program.  Please send
  36. comments, suggestions or gripes to the email addresses below.
  37.  
  38. History:
  39.  
  40. Version 0.7 ... finally, a cross referenced callsign is entered into
  41. the search and returns the new callsign and address.  You would not
  42. believe the head scratching which went into this routine.
  43.  
  44. Version 0.6 ... fixed a bug where a name search did not find a match.
  45. The test for failure to find a match was stupidly written.  Now it
  46. works better.  I have disciplined the programmer.  Also, some cleaning
  47. up of text in the program made it look nicer.
  48.  
  49. Version 0.5b ... added an output toggle so search results may go to a
  50. file, rather than the (stdout) screen.  You have to type the path and
  51. file names.  After a search, the program resets to screen output.
  52. A new line above the menu choices lets you know whether output is
  53. set to the screen or to a file.  As of 1996, the publishers of
  54. the QRZ Ham Radio CD-ROM merged all the foreign (to USA) callsigns
  55. into the main callsign file.  The files for name, city/state, and
  56. zip code do not contain the foreign license information.  So you may
  57. *only* search for foreign Amateurs by callsign.
  58.  
  59. Version 0.4 ... added a search routine for the Canada, Italy, and UK
  60. callbooks in the :dxbooks/ directory on the CD.  Since the callsigns
  61. are not properly sorted, the search routine must be different from the
  62. search in the USA callbook.  Until I redo the program again, the search
  63. in the dxbooks is by callsign only.
  64.  
  65. Version 0.3 ... at startup, the program loads the index files into RAM:
  66. and upon exit, it deletes those files.  That means the program uses about
  67. 200K more than previous versions.  But it runs a lot faster on my
  68. slow CDR-25 CDROM drive.
  69.  
  70. Version 0.2 ... the major effort was to take care of the situations
  71. where the callsign, or name, or city/state, or zipcode, as keyed in
  72. by the user, is not included in the databases.  Some of the very long
  73. waits while searching the database are now fixed.
  74.  
  75. Version 0.1 ... first release, most effort went into finding the data
  76. on the CDROM and displaying it properly.
  77.  
  78. Yet to do:
  79.  
  80. I still plan to have an INTUITION capable version
  81. someday, using some mouse clicks instead of keyboard input.
  82.  
  83. Robert Davis, K0FPC, 28 April 1997
  84.  
  85. rdavis@nyx.net   or   bobdavis@cadvantage.com
  86.  
  87.